crypto/ecdsa.combinedMult.CombinedMult (method)

2 uses

	crypto/ecdsa (current package)
		ecdsa.go#L46: 	CombinedMult(Px, Py *big.Int, s1, s2 []byte) (x, y *big.Int)
		ecdsa.go#L324: 		x, y = opt.CombinedMult(pub.X, pub.Y, u1.Bytes(), u2.Bytes())